As mentioned in section height maps from images , the terrain lib has a function to create a display list using triangle strips 正如前面章節從圖象到高度圖所提到的,地形庫有一個函數使用三角形帶來創建一個顯示列表。
Using triangle strips or triangle fans is often more efficient than using triangle lists because fewer vertices are duplicated 由于使用三角形條帶或三角扇形時重復的頂點較少,因此使用它們比使用三角形列表效率更高。